Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created the amixer sget command parser - READY FOR REVIEW #616

Merged

Conversation

AvocadoStyle
Copy link
Contributor

as part of the following github issue: #591 (comment)
Which is #591
Created this amixer PR.

@AvocadoStyle
Copy link
Contributor Author

I created the initial skeleton to ensure I understood how to properly create and place a pull request in the correct repository and branch.

@AvocadoStyle AvocadoStyle changed the title created the amixer first skeleton created the amixer command parser - FIRST skeleton | NOT READY for review yet Nov 21, 2024
@AvocadoStyle AvocadoStyle changed the base branch from master to dev November 22, 2024 12:13
@AvocadoStyle AvocadoStyle force-pushed the feature/amixer-new-parser branch from 9642d82 to 6a02b3d Compare November 22, 2024 12:24
@AvocadoStyle
Copy link
Contributor Author

Now I've set this branch to track the dev branch, and its upstream is now based on dev.

jc/parsers/amixer.py Outdated Show resolved Hide resolved
jc/parsers/amixer.py Outdated Show resolved Hide resolved
@AvocadoStyle
Copy link
Contributor Author

@kellyjonbrazil The pull request has been finalized and is now ready for your review. Please take a look and let me know if you have any feedback or suggestions for improvement.

@AvocadoStyle AvocadoStyle changed the title created the amixer command parser - FIRST skeleton | NOT READY for review yet created the amixer sget command parser - READY FOR REVIEW Nov 28, 2024
Copy link
Owner

@kellyjonbrazil kellyjonbrazil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution! looking good, just a few tweaks.

jc/parsers/amixer.py Outdated Show resolved Hide resolved
jc/parsers/amixer.py Outdated Show resolved Hide resolved
jc/parsers/amixer.py Show resolved Hide resolved
@AvocadoStyle
Copy link
Contributor Author

@kellyjonbrazil It's your turn, And thanks for the feedback.

Copy link
Owner

@kellyjonbrazil kellyjonbrazil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the updates. Looking nice!

jc/lib.py Outdated Show resolved Hide resolved
jc/parsers/amixer.py Show resolved Hide resolved
jc/parsers/amixer.py Outdated Show resolved Hide resolved
jc/parsers/amixer.py Outdated Show resolved Hide resolved
jc/parsers/amixer.py Outdated Show resolved Hide resolved
test_file.py Outdated Show resolved Hide resolved
jc/lib.py Outdated Show resolved Hide resolved
@AvocadoStyle
Copy link
Contributor Author

@kellyjonbrazil Ready for review again, Finished with the:

  1. module docstring (Including Scheme + Examples of the raw=False which means _process finished).
  2. tests for raw=False.
  3. removed the commit that removed the lines from jc/lib.py file.

I have a request

image

Thanks!

@kellyjonbrazil kellyjonbrazil linked an issue Dec 7, 2024 that may be closed by this pull request
jc/parsers/amixer.py Outdated Show resolved Hide resolved
jc/parsers/amixer.py Outdated Show resolved Hide resolved
tests/test_amixer.py Outdated Show resolved Hide resolved
@kellyjonbrazil
Copy link
Owner

Looks great - just a couple more things and should be ready to merge!

@AvocadoStyle
Copy link
Contributor Author

@kellyjonbrazil Thanks, Your turn.

@kellyjonbrazil
Copy link
Owner

Thank you for the parser contribution! Nice work - I'll merge this in and it will make it into the next release. 🚀

@kellyjonbrazil kellyjonbrazil merged commit a39cb05 into kellyjonbrazil:dev Dec 20, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

amixer command output parser
2 participants